home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software4 / Product5 / Setup.exe / DLPToken.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-01-25  |  2.3 KB  |  87 lines

  1. [Version]
  2. Signature="$Windows 95$"
  3. Provider=%ProviderName%
  4.  
  5. Class=DESkey
  6. ClassGUID={364212FF-E2D8-452d-8282-897C09B79863}
  7.  
  8. ;[SourceDisksNames]
  9. ;1 = "Install Disk",Disk1,,
  10.  
  11. ;[SourceDisksFiles]
  12. ;DLPToken.sys = 1,,
  13.  
  14. ;--------- ClassInstall/ClassInstall32 Section -------------------------------
  15.  
  16. ; 9X Style
  17. [ClassInstall]
  18. Addreg=Class_AddReg
  19.  
  20. ; NT Style
  21. [ClassInstall32]
  22. Addreg=Class_AddReg
  23.  
  24. [Class_AddReg]
  25. HKR,,,,%DeviceClassName%
  26. HKR,,Icon,,"-18"
  27.  
  28. ;--------- DestinationDirs Section -------------------------------------------
  29.  
  30. [DestinationDirs]
  31. DLPToken_Files_Driver = 10,System32\Drivers
  32.  
  33. ;--------- Manufacturer and Models Sections ----------------------------------
  34.  
  35. [Manufacturer]
  36. %MfgName%=Mfg0
  37.  
  38. [Mfg0]
  39. %DeviceDesc%=DLPToken_DDI, USB\VID_0ADA&PID_0003
  40.  
  41. ;---------- DDInstall Sections -----------------------------------------------
  42. ; --------- Windows 9X -----------------
  43.  
  44. [DLPToken_DDI]
  45. AddReg=DLPToken_9X_AddReg
  46.  
  47. [DLPToken_9X_AddReg]
  48. HKR,,DevLoader,,*ntkern
  49. HKR,,NTMPDriver,,DLPToken.sys
  50. HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
  51. HKR, "Parameters", "dwFlags", 0x00010001, 0x0000
  52. HKR, "Parameters", "dwFlagsEx", 0x00010001, 0x0001
  53.  
  54. ; --------- Windows NT -----------------
  55.  
  56. [DLPToken_DDI.NT]
  57. AddReg=DLPToken_NT_AddReg
  58.  
  59. [DLPToken_DDI.NT.Services]
  60. Addservice = DLPToken, 0x00000002, DLPToken_AddService
  61.  
  62. [DLPToken_AddService]
  63. DisplayName    = %SvcDesc%
  64. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  65. StartType      = 3                  ; SERVICE_DEMAND_START
  66. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  67. ServiceBinary  = %10%\System32\Drivers\DLPToken.sys
  68.  
  69. [DLPToken_NT_AddReg]
  70. HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","BreakOnEntry", 0x00010001, 0
  71. HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","dwFlags", 0x00010001, 0x0000
  72. HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","dwFlagsEx", 0x00010001, 0x0001
  73.  
  74. ; --------- Files (common) -------------
  75.  
  76. [DLPToken_Files_Driver]
  77. DLPToken.sys
  78.  
  79. ;--------- Strings Section ---------------------------------------------------
  80.  
  81. [Strings]
  82. ProviderName="Data Encryption Systems Limited"
  83. MfgName="Data Encryption Systems Limited"
  84. DeviceDesc="DESlock+ DESkey"
  85. DeviceClassName="DESkey"
  86. SvcDesc="DLPToken Service"
  87.